home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / utility / uuexe656.zip / UUWIN95.REG < prev   
Windows Registry Data  |  1996-10-18  |  1KB  |  26 lines

  1. REGEDIT
  2. ; Use this file as input to your Windows95 REGEDIT program to
  3. ; register the .UUE, .XXE, and B64 file types and associated actions
  4. ; The directory containing UUDECODE.EXE must be in the search path, OR
  5. ; edit the 4 lines containing UUDECODE.EXE to contain the full path.
  6. ;    For Example:  c:\MyUtils\UUDECODE.EXE
  7.  
  8. HKEY_CLASSES_ROOT\.UUE = UUEncoded.File
  9. HKEY_CLASSES_ROOT\UUEncoded.File = UUEncoded File
  10. HKEY_CLASSES_ROOT\UUEncoded.File\shell = Decode
  11. HKEY_CLASSES_ROOT\UUEncoded.File\shell\Decode\command = ???\UUDECODE.EXE "%1" *\
  12. HKEY_CLASSES_ROOT\UUEncoded.File\shell\Base64.Decode\command = ???\UUDECODE.EXE -6 "%1" *\
  13. HKEY_CLASSES_ROOT\UUEncoded.File\shell\Edit\command = c:\windows\notepad.exe "%1"
  14.  
  15. HKEY_CLASSES_ROOT\.XXE = XXEncoded.File
  16. HKEY_CLASSES_ROOT\XXEncoded.File = XXEncoded File
  17. HKEY_CLASSES_ROOT\XXEncoded.File\shell = Decode
  18. HKEY_CLASSES_ROOT\XXEncoded.File\shell\Decode\command = ???\UUDECODE.EXE "%1" *\
  19. HKEY_CLASSES_ROOT\XXEncoded.File\shell\Edit\command = c:\windows\notepad.exe "%1"
  20.  
  21. HKEY_CLASSES_ROOT\.B64 = Base64.Encoded.File
  22. HKEY_CLASSES_ROOT\Base64.Encoded.File = Base64 Encoded File
  23. HKEY_CLASSES_ROOT\Base64.Encoded.File\shell = Decode
  24. HKEY_CLASSES_ROOT\Base64.Encoded.File\shell\Decode\command = ???\UUDECODE.EXE -6 "%1" *\
  25. HKEY_CLASSES_ROOT\Base64.Encoded.File\shell\Edit\command = c:\windows\notepad.exe "%1"
  26.